home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap22 / dun22_4.txt < prev    next >
Encoding:
Text File  |  1997-12-18  |  362 b   |  10 lines

  1. <layer id=main bgcolor=red top=50 left=50 height=210 width=200>
  2.    <p align=center>Parent Layer</p>
  3.    <layer id=sub1 bgcolor=blue top=20 left=10 height=40 width=180>
  4.    <p align=center>Child Layer 1</p>
  5.    </layer>
  6.    <layer id=sub2 bgcolor=silver top=70 left=10 height=130 width=180>
  7.    <p align=center>Child Layer 1</p>
  8.    </layer>
  9. </layer>
  10.